IModule.ReadSdoSingle method

Reads a float through Service Data Object (SDO).

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
IKsCommand<float> ReadSdoSingle(
       ushort index,
       byte subIndex,
       bool completeAccess
)
Function ReadSdoSingle(
       index As UShort,
       subIndex As Byte,
       completeAccess As Boolean
) As IKsCommand(Of Single)

Parameters

index

Type: ushort

The index of the object to read in the object dictionary.

 

subIndex

Type: byte

The subindex of the object to read in the object dictionary.

 

completeAccess

Type: bool

true: Reads all subindexes. false: Reads a single subindex.

Return value

Type: IKsCommand<float>

Returns the states of a method and a float value.

See also

IModule Interface

IntervalZero.KINGSTAR.Base.Class Namespace